object FrmCompareopt: TFrmCompareopt Left = 391 Top = 259 BorderStyle = bsDialog Caption = 'Compare files options' ClientHeight = 202 ClientWidth = 358 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 7 Width = 47 Height = 13 Caption = 'Compare:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 8 Top = 54 Width = 43 Height = 13 AutoSize = False Caption = 'To:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object cmbFile2: TTntHistoryComboBox Left = 8 Top = 25 Width = 318 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ItemHeight = 13 ParentFont = False TabOrder = 0 Key = 'SOFTWARE\Carthago\TwistPad\CompareFiles\history1' end object CmbFile1: TTntHistoryComboBox Left = 8 Top = 72 Width = 318 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ItemHeight = 13 ParentFont = False TabOrder = 2 Key = 'SOFTWARE\Carthago\TwistPad\CompareFiles\history2' end object Button3: TButton Left = 329 Top = 24 Width = 21 Height = 21 Caption = '...' TabOrder = 1 OnClick = Button3Click end object Button4: TButton Left = 329 Top = 71 Width = 21 Height = 21 Caption = '...' TabOrder = 3 OnClick = Button4Click end object Panel1: TPanel Left = 10 Top = 100 Width = 341 Height = 46 BevelOuter = bvNone TabOrder = 4 object ChkIgnoreBlanks: TCheckBox Left = 6 Top = 31 Width = 91 Height = 15 Caption = 'Ignore blanks' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 0 end object chkIgnoreCase: TCheckBox Left = 6 Top = 6 Width = 81 Height = 15 Caption = 'Ignore case' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 1 end object ChkSyntax: TCheckBox Left = 106 Top = 6 Width = 133 Height = 15 Caption = 'Show syntax highlight' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 2 end end object Panel2: TPanel Left = 5 Top = 157 Width = 349 Height = 36 BevelOuter = bvNone TabOrder = 5 object Bevel1: TBevel Left = 2 Top = 1 Width = 340 Height = 2 Shape = bsBottomLine end object Image1: TImage Left = 115 Top = 10 Width = 16 Height = 16 Picture.Data = {} Visible = False end object Image2: TImage Left = 140 Top = 10 Width = 16 Height = 16 Picture.Data = {} Visible = False end object BtnMore: TBitBtn Left = 10 Top = 11 Width = 80 Height = 23 Caption = '&More' TabOrder = 0 OnClick = BtnMoreClick end object Button1: TButton Left = 170 Top = 11 Width = 80 Height = 23 Caption = '&OK' Default = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 256 Top = 11 Width = 80 Height = 23 Cancel = True Caption = '&Cancel' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 2 end end end